projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bebec46
)
Revert "* src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'."
author
Andrea Corallo
<akrl@sdf.org>
Sun, 14 Feb 2021 19:19:28 +0000
(20:19 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 14 Feb 2021 19:19:28 +0000
(20:19 +0100)
This reverts commit
bebec46bcbf0e52460b08234c067d7a2cb0f2246
.
Looking at the git history I realize now the use of 'sys_jmp_buf' was
intentional.
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 737e8080201cbc96d3d888e965782a6d0f710b0f..df770c650e65a9d5f558e92e719349e12014213e 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-2937,7
+2937,7
@@
define_jmp_buf (void)
gcc_jit_context_new_array_type (comp.ctxt,
NULL,
comp.char_type,
- sizeof (jmp_buf)),
+ sizeof (
sys_
jmp_buf)),
"stuff");
comp.jmp_buf_s =
gcc_jit_context_new_struct_type (comp.ctxt,